home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk52 / ts / readme < prev    next >
Text File  |  1995-03-18  |  4KB  |  108 lines

  1.  
  2. *** About TS
  3.  
  4. The TimeSaver Tickler Utility:
  5.  
  6.     In some cases it may be more useful to activate TimeSaver's
  7. Set Date function by using the more standard approach used by most
  8. suppliers of Clock devices for the Amiga of putting a small program
  9. in the s/startup-sequence your boot disk.  The utility provided here
  10. will request the correct time and date from TimeSaver and update the
  11. internal Amiga Clock.  This utility will work in all situations and
  12. with any combination of settings activated within TimeSaver.
  13.  
  14.     The Tickler will get and set the time properly even if the
  15. TimeSaver is totally turned off (See TimeSaver Manual Pg. 33) and
  16. doesn't care if the Auto-Date (See TimeSaver Manual Pg. 11), Auto-
  17. Break (See TimeSaver Manual Pg. 34), Auto-Macro (See TimeSaver Manual
  18. Pg. 24), Auto-Password (See TimeSaver Manual Pg. 27) or the Screen
  19. Echo (See TimeSaver Manual Pg. 28) Functions are ON or OFF.  And even
  20. more importantly, the Tickler will work in any s/startup-sequence,
  21. even if the s/startup-sequence ends the current CLI window.
  22.  
  23.  
  24.     Turn Auto-Break OFF when Using TS.
  25.     Turn Auto-Date OFF when Using TS.
  26.  
  27.  
  28.  
  29.     *****************************************************
  30.  
  31.  
  32. *** About TSX
  33.  
  34.  
  35. The TimeSaver Accuracy Utility:
  36.  
  37.     In some cases it is may be desirable to update the Amiga Clock
  38. with a time that is accurate to the nearest second.  The TSX Utility
  39. will do this by reading the TimeSaver's internal clock until it changes
  40. to the next minute.  This time is then entered into the Amiga through
  41. the Date Command.
  42.  
  43.     Space considerations in the current version of TimeSaver caused
  44. us to limit TimeSaver's updates to date, hours and minutes (leaving out
  45. seconds) only.  In the next version, greater precision in setting the 
  46. clock will be provided.
  47.  
  48.  
  49. How TSX works:
  50.  
  51.     TSX works by repeatedly reading Timesaver's internal clock.  (It
  52. reads in a new value about twice every second.)   When the minute value
  53. changes, TSX updates the Amiga's clock function.  On a day to day basis
  54. this system should allow +/- one second accuracy.  (within the limits of
  55. the accuracy of the both Timesaver and the Amiga clock functions.
  56.  
  57.  
  58. Notes on Using TSX:
  59.  
  60.     Turn Auto-Break OFF when Using TSX.
  61.     Turn Auto-Date OFF when Using TSX.
  62.  
  63.     Put the TSX call as early as possible in the s/startup-sequence.
  64.     Do not use the Timesaver's HELP+F5 function to update the clock.
  65.     TSX may be called at any time just like any other Amiga CLI Command.
  66.  
  67.  
  68.  
  69.  
  70.     *****************************************************
  71.  
  72.  
  73. Random Notes:
  74.  
  75.     The Tickler program is an example of the ability of TimeSaver
  76. to recieve information from the Amiga, as well as send it.  In future
  77. revisions of the TimeSaver's operating system we will do more with
  78. these abilities.
  79.  
  80.     Three planned additions in the next generation of TimeSaver are
  81. the implementation of Repeating Keys and the ability to up-load and
  82. download the to and from the 8K RAM on the TimeSaver to allow storage
  83. of several sets of Macros that can be down-loaded as required for 
  84. different applications.  We will also provide either a Macro Editor, or
  85. a conversion utility that will allow you to either edit the macros or
  86. convert them to a format that can be used by most text editors to allow
  87. editing.  Edited Macros could then be stored on disk and loaded back into
  88. the TimeSaver as needed.  And finally the date command will be expanded to
  89. provide one second accuracy by printing out seconds in the Date command.
  90.  
  91.     TimeSaver has only 8K of onboard ROM (in the form of an EPROM)
  92. for storage of the program (operating system) that makes TimeSaver work.
  93. The current version uses only 4K of the available 8K. (Try doing all the
  94. tricks TimeSaver does in a 4K program on the Amiga! - Remember a lot of
  95. that 4K is taken up by text for the ROM Macros and Screen Prompts!)  In
  96. the next generation of TimeSaver we plan to use the entire 8K!  So we
  97. can add some neat features if we could think of any?   Care to help us
  98. out?  We'd appreciate your input.
  99.  
  100.  
  101.     Complete source code for the Ticklers is provided herein, and
  102. the program is placed in the Public Domain.  Feel free to write, re-
  103. write or modify this code in any way.
  104.  
  105.  
  106.                     Sincerely,
  107.                     Breck & Ed
  108.